Package-level declarations

Types

Link copied to clipboard
class EntityResolverSetting(val sourceAnalyzer: SourceAnalyzer)
Link copied to clipboard
interface GraphProjector<E : Any>

Projects a KnowledgeGraphDelta (entities and relationships) into an object graph where entities are instantiated as their corresponding domain objects (e.g., Person, Animal) and relationships are represented as object references.

Link copied to clipboard
class KgbBuilder(val sourceAnalyzer: SourceAnalyzer, val entityResolver: EntityResolver, graphProjector: GraphProjector<Any> = InMemoryObjectGraphGraphProjector())
Link copied to clipboard

Convenient API for building knowledge graphs